Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_digit
ctype_digit
Check numeric characters
Name:
ctype_digit
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check numeric characters
Related
How to Use the ctype_digit Function to Verify If a User's Phone Number Input Consists Entirely of Digits and Is Valid?
7
Similar Functions
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_lower
ctype_lower
Checklowercasecharac
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_print
ctype_print
Checkprintablecharac
ctype_digit
ctype_digit
Checknumericcharacte
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_graph
ctype_graph
Checkforanyprintable
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
Popular Articles
How to Use the ctype_digit Function to Verify If a User's Phone Number Input Consists Entirely of Digits and Is Valid?